toggle menu
My Neighbor Alice
dapp
switch theme
search in API
My Neighbor Alice
/
lib.originals.core.Wrapper.Attribute.Unsafe
Namespace
Wrapper.
Attribute.
Unsafe
Functions
Functions
add_container_element
Link copied to clipboard
function
add_container_element
(
instance
:
instance
,
attribute_name
:
I
,
value
:
gtv
)
add_value
Link copied to clipboard
function
add_value
(
instance
:
instance
,
attribute_name
:
I
,
value
:
gtv
)
add_values
Link copied to clipboard
function
add_values
(
instance
:
instance
,
attributes
:
map
<
I
,
gtv
>
)
remove_container_element
Link copied to clipboard
function
remove_container_element
(
instance
:
instance
,
attribute_name
:
I
,
value
:
gtv
)
remove_value
Link copied to clipboard
function
remove_value
(
instance
:
instance
,
attribute_name
:
I
)
:
gtv
remove_values
Link copied to clipboard
function
remove_values
(
instance
:
instance
,
attributes
:
list
<
I
>
)
set_value
Link copied to clipboard
function
set_value
(
instance
:
instance
,
attribute_name
:
I
,
value
:
gtv
)
set_values
Link copied to clipboard
function
set_values
(
instance
:
instance
,
attributes
:
map
<
I
,
gtv
>
)
update_value
Link copied to clipboard
function
update_value
(
instance
:
instance
,
attribute_name
:
I
,
value
:
gtv
)
update_values
Link copied to clipboard
function
update_values
(
instance
:
instance
,
attributes
:
map
<
I
,
gtv
>
)